runtime.spanQueue.empty (method)

3 uses

	runtime (current package)
		mgc.go#L1612: 	if !work.full.empty() || !work.spanq.empty() {
		mgc.go#L1631: 	if work.full != 0 || work.markrootNext < work.markrootJobs || !work.spanq.empty() {
		mgcmark_nogreenteagc.go#L55: func (q *spanQueue) empty() bool {